Install UCT-V on Ubuntu using Debian Package

This section provides instructions on how to UCT-V on Ubuntu using a Debian package.

To install UCT-V on Ubuntu using the debian package, perform the following steps:

  1. Download theUCT-V6.4.00 Debian (.deb) package from the Gigamon Customer Portal.
  2. Copy the package to your instance. Install the package with root privileges,

    $ sudo dpkg -i gigamon-gigavue_uctv_6.4.00_amd64.deb

  3. After installing the UCT-V package, modify the file /etc/uctv/uctv.conf to configure and register the source and destination interfaces.

    Note:  If you make any changes to the uctvt config file after the initial setup, you need to restart the agent and refresh or synchronize the inventory from GigaVUE-FM to reflect the changes and start traffic mirroring again. However, if you have an ongoing monitoring session that is active and functioning well, modifying the UCT-V config file can cause traffic to be lost until GigaVUE-FM performs an automatic synchronization every 15 minutes.

    The following examples registers eth0 as the mirror source for both ingress and egress traffic and eth1 as the destination for this traffic:

    Example 1—Monitor ingress and egress traffic at interface eth0 and use the same interface to send out the mirrored packets.

    # eth0   mirror-src-ingress mirror-src-egress mirror-dst

    Example 2—Monitor ingress and egress traffic at interface eth0 and use the interface eth1 to send out the migrnrbonred packets.

    # eth0   mirror-src-ingress mirror-src-egress
    # eth1   mirror-dst

    Example 3—Monitor ingress and egress traffic at interface eth0 and eth 1; use the interface eth1 to send out the mirrored packets.

    # eth0   mirror-src-ingress mirror-src-egress
    # eth1   mirror-src-ingress mirror-src-egress mirror-dst

  4. Save the file.
  5. To enable the third-party orchestration, you must create /etc/gigamon-cloud.conf configuration file with the following contents:

    Registration:
    	groupName: <Monitoring Domain Name>
    	subGroupName: <Connection Name>
    	user: <username>
    	password: <password>
    	remoteIP: <controller list IP addresses separated by comma>
    	remotePort: 8891
  6. Reboot the instance.

If the The UCT-V is successfully installed, then the status will be displayed as running.

To check the status, run the following command:

sudo service uctv status
UCT-V is running